home *** CD-ROM | disk | FTP | other *** search
/ Champak 130 / Vol 130.iso / games / lawn_pac.swf / scripts / DefineButton2_125 / BUTTONCONDACTION on(press).as
Encoding:
Text File  |  2008-11-13  |  256 b   |  17 lines

  1. on(press){
  2.    gotoAndStop(2);
  3.    set("/:start","1");
  4.    tellTarget("/level" add eval("/:level"))
  5.    {
  6.       gotoAndStop(2);
  7.    }
  8.    tellTarget("/fuel")
  9.    {
  10.       play();
  11.    }
  12.    tellTarget("/raintrigger")
  13.    {
  14.       gotoAndPlay(2);
  15.    }
  16. }
  17.